-
Notifications
You must be signed in to change notification settings - Fork 10
Improved install routine #11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Changed install folder to follow xdg specification Changed temp and working folders in order to avoid user data deletion
INSTALL_DIR="${XDG_DATA_HOME}/aseprite" | ||
BINARY_DIR="${HOME}/.local/bin" | ||
LAUNCHER_DIR="${XDG_DATA_HOME}/applications" | ||
ICON_DIR="${XDG_DATA_HOME}/icons" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't we need to put this into hicolor to get it to work? I'm currently compiling Aseprite with your version so I wouldn't know lol
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I believe you are correct.
While it seems to be working on my end, we should probably move it to "${XDG_DATA_HOME}/icons/hicolor/256x256/apps"
When I get a chance, I'll check what icons aseprite distributes, other than the 256 version
Edit: It works on my pc, because my icon theme (papyrus) comes with an aseprite icon
Edit 2: Yeah, they distribute other sizes, too. I'll fix the script in a bit
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It also seems to be working on my end.
This commit set contains a number of fixes and changes. I can split them into multiple pull requests if you'd like
Fixes:
Changes: